home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / medical / mendelge.cpt / MendelGenetics / MENDELIAN GENETICS I / card_120809.txt < prev    next >
Text File  |  1989-06-13  |  3KB  |  161 lines

  1. -- card: 120809 from stack: in
  2. -- bmap block id: 120921
  3. -- flags: 0000
  4. -- background id: 2665
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=334 top=164 right=186 bottom=434
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hide card field "cover"
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 8003
  30. -- rect: left=335 top=190 right=212 bottom=435
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: 2
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   global guess
  42.   add 1 to guess
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: 8003
  50. -- rect: left=335 top=215 right=237 bottom=435
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: 3
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   global guess
  62.   add 1 to guess
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part 4 (button)
  68. -- low flags: 00
  69. -- high flags: 8003
  70. -- rect: left=336 top=242 right=264 bottom=436
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: 4
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   global guess
  82.   add 1 to guess
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 5 (button)
  88. -- low flags: 00
  89. -- high flags: 8003
  90. -- rect: left=336 top=268 right=290 bottom=436
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: 5
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   global guess
  102.   add 1 to guess
  103. end mouseUp
  104.  
  105.  
  106.  
  107. -- part 6 (field)
  108. -- low flags: 00
  109. -- high flags: 0001
  110. -- rect: left=4 top=197 right=306 bottom=239
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 0
  114. -- font id: 3
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: cover
  119.  
  120.  
  121. -- part 7 (button)
  122. -- low flags: 00
  123. -- high flags: 8003
  124. -- rect: left=337 top=297 right=319 bottom=437
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: RESTORE
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   global correct
  136.   add 1 to correct
  137.   global guess
  138.   add 1 to guess
  139.   show card field "cover"
  140.   go next
  141. end mouseUp
  142.  
  143.  
  144.  
  145. -- part contents for background part 1
  146. ----- text -----
  147. QUIZ
  148.  
  149. -- part contents for background part 2
  150. ----- text -----
  151. 13Q What are the parental genotypes when one parent has AB blood type and the other B but among the children 25% are A, 25% are AB and 50% are B?
  152.   1. AB and BO
  153.   2. AB and BB
  154.   3. AB and OO
  155.   4. AA and BB
  156.   5. None of the above
  157.  
  158.  
  159.  
  160.  
  161. CORRECT! The AB phenotype has to be an AB genotype. That leaves the remaining parent either BB or BO. If it were BB, then 50% of the children would be AB, not 25%. Thus, the remaining parent must be BO.